home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / falbum / fasetup101.exe / {app} / falbum.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  2004-10-23  |  3KB  |  131 lines

  1. object Form4: TForm4
  2.   Left = 351
  3.   Top = 174
  4.   Width = 365
  5.   Height = 398
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Set category'
  8.   Color = clBtnFace
  9.   Constraints.MaxWidth = 365
  10.   Constraints.MinWidth = 365
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   DesignSize = (
  22.     357
  23.     364)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Button1: TButton
  27.     Left = 94
  28.     Top = 330
  29.     Width = 75
  30.     Height = 25
  31.     Anchors = [akLeft, akBottom]
  32.     Caption = 'OK'
  33.     Default = True
  34.     TabOrder = 4
  35.     OnClick = Button1Click
  36.   end
  37.   object Button2: TButton
  38.     Left = 191
  39.     Top = 330
  40.     Width = 75
  41.     Height = 25
  42.     Anchors = [akLeft, akBottom]
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 5
  46.     OnClick = Button2Click
  47.   end
  48.   object NewEdit: TEdit
  49.     Left = 9
  50.     Top = 244
  51.     Width = 296
  52.     Height = 21
  53.     Anchors = [akLeft, akBottom]
  54.     TabOrder = 1
  55.     OnEnter = NewEditEnter
  56.     OnExit = NewEditExit
  57.     OnKeyDown = NewEditKeyDown
  58.     OnKeyPress = NewEditKeyPress
  59.   end
  60.   object Button3: TButton
  61.     Left = 310
  62.     Top = 241
  63.     Width = 33
  64.     Height = 25
  65.     Anchors = [akLeft, akBottom]
  66.     Caption = 'Add'
  67.     TabOrder = 2
  68.     OnClick = Button3Click
  69.   end
  70.   object GroupBox1: TGroupBox
  71.     Left = 10
  72.     Top = 272
  73.     Width = 335
  74.     Height = 45
  75.     Anchors = [akLeft, akBottom]
  76.     Caption = ' Multiple selection  '
  77.     TabOrder = 3
  78.     object SetCheck: TCheckBox
  79.       Left = 9
  80.       Top = 18
  81.       Width = 97
  82.       Height = 17
  83.       Caption = 'Set values'
  84.       TabOrder = 0
  85.     end
  86.     object ClearCheck: TCheckBox
  87.       Left = 125
  88.       Top = 18
  89.       Width = 97
  90.       Height = 17
  91.       Caption = 'Clear values'
  92.       TabOrder = 1
  93.     end
  94.   end
  95.   object CatTreeView: TVirtualStringTree
  96.     Left = 8
  97.     Top = 8
  98.     Width = 337
  99.     Height = 225
  100.     Anchors = [akLeft, akTop, akBottom]
  101.     CheckImageKind = ckSystemFlat
  102.     DefaultNodeHeight = 15
  103.     Header.AutoSizeIndex = 0
  104.     Header.Font.Charset = DEFAULT_CHARSET
  105.     Header.Font.Color = clWindowText
  106.     Header.Font.Height = -11
  107.     Header.Font.Name = 'MS Sans Serif'
  108.     Header.Font.Style = []
  109.     Header.MainColumn = -1
  110.     Header.Options = [hoColumnResize, hoDrag]
  111.     ParentBackground = False
  112.     TabOrder = 0
  113.     TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes]
  114.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  115.     TreeOptions.SelectionOptions = [toFullRowSelect]
  116.     OnBeforeItemErase = CatTreeViewBeforeItemErase
  117.     OnCompareNodes = CatTreeViewCompareNodes
  118.     OnGetText = CatTreeViewGetText
  119.     Columns = <>
  120.   end
  121.   object ActionList1: TActionList
  122.     Left = 32
  123.     Top = 328
  124.     object aClose: TAction
  125.       Caption = 'aClose'
  126.       ShortCut = 27
  127.       OnExecute = aCloseExecute
  128.     end
  129.   end
  130. end
  131.